home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 19 / PC Format CD-ROM Collection 19 (1995-11)(Future Publishing)(GB)[issue 50].iso / cheats / cheat198.dat < prev    next >
Text File  |  1994-11-29  |  4KB  |  95 lines

  1.                 1. Cheats
  2.                 2. Hack
  3.  
  4. 1. Cheats:
  5. =========
  6. To use these cheats start the game by typing: doomdevparm [Enter] and then
  7. type in the cheat commands below.
  8. DEVPARM                 Developer's mode. (F1 for screenshot)
  9. WATCH                   Demo mode
  10. PLAYDEMO FILENAME.LMP   Play LMP file
  11. TIMEDEMO FILENAME.LMP   Play LMP file show gametics and realtics at the end.
  12. NODRAW & -NOBLIT        Use with -PLAYDEMO or -TIMED
  13. NODRAW                  Don't draw anything - goes through LMP file fast
  14. NOBLIT                  Don't draw anything - run entire LMP file
  15. PORT X                  Use alternate port X for network
  16. NET X                   Play the X mode game
  17. DEATHMATCH              Start net Deathmatch mode
  18. LEFT                    Show net game from 'left' point of view
  19. RIGHT                   Show net game from 'right' point of view
  20. WART -WARP X(1-3) Y(1-9)Jump to episode X level Y
  21. SKILL (1-4)             Skill level (1 - easy to 4 - ultra violent)
  22. EPISODE X               Start at episode X
  23. CONFIG FILENAME.EXT     Use another Config
  24. RECORD FILENAME.LMP     Record to filename (.LMP)
  25. LOADGAME X              Load DOOMSAV X.DSG
  26. NOJOY                   No joystick
  27. NOMOUSE                 No mouse
  28. NOSOUND                 No sound
  29. NOSFX                   No sound effects
  30. NOMUSIC                 No music
  31.  
  32. For internal cheats type the following when playing:
  33. iddt                    Use on the map screen - type several times. Shows
  34.                         full map then the location of all objects. It then
  35.                         erases itself.
  36. iddqd                   God mode
  37. idkfa                   Full ammo. Plus 200% armour - but no backpack.
  38. idspispopd              No clipping. (Smashing pumpkins into small pieces of
  39.                         putrid debris)
  40. idbehold                Followed by R  I  V  A  L or S:
  41.         R               Radiation suit.
  42.         I               Invisible
  43.         V               Invincible
  44.         A               Automap - reveals entire map
  45.         L               Turn up the lights
  46.         S               Berserker mode
  47. idclev X                Warps you to episode X
  48. idmypos                 Prints your co-ordinates in Hex
  49. idchoppers              Prints 'Doesn't suck - GM' and gives you a chainsaw.
  50.                         Oh yes - you're invincible too.
  51.  
  52. This cheat records a game demo so you can play it back. To run the game at the 
  53. DOS prompt type: 
  54. doom -devparm dev -wart * * -skill * -record {filename}
  55. The first and second * should be set as a number to determine the episode and
  56. map that you want to start. The third * should be replaced by a number for the
  57. skill level you want to play on (1 is easy - 4 is hard). The last variable 
  58. {filename} should be replaced by the name you wish to give the demo. For example
  59. doom -devparm -wart 3 2 -skill 4 test would start and record a game in episode 3
  60. map 2 and skill level 4 with the demo saved as a file called test.imp. The 
  61. recorder drops you back to DOS after you've completed a level or died. Now to
  62. play the level back type doom -playdemo {filename} - it's as simple as that!
  63.  
  64. 2. Hack:
  65. =======
  66. Here's a dynamite hack which tuns the rocket launcher; plasma rifle and machine
  67. gun into a rapid fire arse-roasting affair with the firing rate of a chain gun.
  68. Make sure that you back up doom.exe first - that's the file you'll be editing by
  69. the way. Don't forget - you need Doom v1.2
  70.  
  71. ADDRESS         VALUE           CHANGE TO:
  72. 85BCC           01              05
  73. 85BFC           03              05
  74. 85C14           02              05
  75. 85C2C           02              05
  76. 87C18           02              01
  77. 87DFC           03              01
  78. 87E18           07              01
  79. 87320           17              12
  80. 88064           08              01
  81. 88080           0C              01
  82. 8809C           00              01
  83. 880B8           03              01
  84. 880D4           04              01
  85. 880F0           04              01
  86. 8810C           04              01
  87. 88240           03              01
  88. 88248           3D              39     
  89. 8825C           14              01
  90. 88278           04              91
  91. 88294           04              01
  92. 8B740           A0              40
  93. 8B741           1C              1F
  94. *EOF*
  95.